home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Magazine / C_Tutorial / Part-13 / PatchLib / source / include / private / IRFuncs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-05  |  607 b   |  19 lines

  1. /*
  2. **    patch.library
  3. **
  4. **    Copyright © 1993-1997 by Stefan Fuchs
  5. **        Freely distributable.
  6. */
  7.  
  8. /* Declarations of functions used by InstallPatchTags() and RemovePatchTags() */
  9.  
  10. ULONG RemoveSystemNodeWithTest( struct MasterPatch *);
  11. ULONG RemoveSystemNode( struct MasterPatch *);
  12. void CloseLibObject( struct Library *, struct IORequest *, WORD);
  13. APTR AddStruct( struct List *, STRPTR, UBYTE, BYTE);
  14. struct Patch *CreatePatchCode( struct Patch *);
  15. void SetPCode( struct Patch *, struct TagItem *);
  16. ULONG RemStruct( struct Patch *);
  17. void CallRemoveHooks( struct Patch *);
  18. void LinkPatch( struct MasterPatch *);
  19.